home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
360 Degrees of: Yellowstone National Park
/
360 Degrees of: Yellowstone National Park.iso
/
pc
/
data
/
vr.cst
/
00012_3dmodel rotate y.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS
UTF-8
Wrap
Text File
|
2009-03-20
|
264 b
|
12 lines
on mouseDown
repeat while the mouseDown
--rotate on the y axis
sprite(3).member.model(1).rotate(0.0, 1.0, 0.0)
sprite(3).member.model(2).rotate(0.0, 1.0, 0.0)
sprite(3).member.model(3).rotate(0.0, 1.0, 0.0)
updatestage
end repeat
end